home *** CD-ROM | disk | FTP | other *** search
- #ifdef __GNUC__
- #define NO_INLINE_STDARG
- #include <inline/muimaster.h>
- #else
- #undef __SASC
- #include <proto/muimaster.h>
- #endif
-
- /************************************************************************/
-
- long MUI_Request(Object *app, Object *win, LONGBITS Flags, char *Title, char *Gadgets, char *FormatString, ...)
-
- {
- return MUI_RequestA(app,win,Flags,Title,Gadgets,FormatString,(&FormatString)+1);
- }
-